home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / k-cf.dxr / Maanedlig_124_OverraskInstall.ls < prev    next >
Encoding:
Text File  |  1998-04-22  |  202 b   |  14 lines

  1. global Musik
  2.  
  3. on mouseDown
  4.   puppetSound(3, "Knap")
  5. end
  6.  
  7. on mouseUp
  8.   if the platform = "windows,32" then
  9.     open("Launcher Toys2\Demo32.exe")
  10.   else
  11.     open("Launcher Toys2\Demo16.exe")
  12.   end if
  13. end
  14.